Welcome![Sign In][Sign Up]
Location:
Search - myeclipse hibernate

Search list

[JSPchapter18_AWT_Swing_SWT

Description: MyEclipse6.0中文开发教程第18章,刘长炯著, 本书是讲解 MyEclipse 6 开发Java EE 企业应用的入门图书。该书不但讲解了目前最 流行的SSH(Spring、Struts、Hibernate)、JSF、JPA 的开发,同时还对SOA 实现的基石 --Web Service 的开发进行了探讨。-MyEclipse6.0 Chinese development tutorial Chapter 18, Liu Changjiong the book is to explain MyEclipse 6 Enterprise Application Development Java EE introductory books. The book not only explained the most popular SSH (Spring, Struts, Hibernate), JSF, JPA development, but also the cornerstone of the SOA implementation- Web Service development is discussed.
Platform: | Size: 2794496 | Author: 李易 | Hits:

[JSP/JavaStruts_Hibernate_Spring

Description: 基于MyEclipse的spring hibernate struts 框架的整合-The spring hibernate struts on MyEclipse integration framework
Platform: | Size: 743424 | Author: qinghui | Hits:

[JSP/JavaXingXiangShoppingOnLine

Description: 欣想电子商城,基于struts,hibernate,spring,由Myeclipse开发,导入后可直接演示-Glad to e-Commerce, based on struts, hibernate, spring, by the Myeclipse development, import can be directly demonstrated
Platform: | Size: 1366016 | Author: 李星 | Hits:

[Compress-Decompress algrithms1111111111111111111

Description: Struts+Hibernate+Spring做的新闻系统,是MYECLIPSE下的工程,重建数据库,修改数据库配置,然后就可以直接发布了-With Struts+ Hibernate+ Spring to do the news system is MYECLIPSE works to rebuild the database, modify database configuration, and then can be directly released
Platform: | Size: 486400 | Author: 罗宽 | Hits:

[SQL Servertongxunlu

Description: 基于struts+hibernate的Blog和多功能电子通讯录和留言板,实现分页显示,可自由随时上传、选择图片,回复等功能,实现增删改。数据库:sql 2000.运行环境:myeclipse 6.0.1 tomcat6.0(当然其他版本也行的)在jsp上有少许代码 美工还行(如不满意可在.CSS上改),这是一个很好的例子,希望对下载者能有所帮助-Based on struts+ hibernate' s Blog and multi-function electronic address book and message boards, to achieve paging display, free to upload, select the picture, recovery and other functions, to achieve CRUD. Database: sql 2000. Runtime: myeclipse 6.0.1 tomcat6.0 (of course, other versions of the line) there is a little code in jsp also line art (such as dissatisfaction can. CSS on the change), which is a good example, those who want to download something to help
Platform: | Size: 2048 | Author: nhjskvh | Hits:

[Other Web Codeoderticket

Description: ssh框架例子Excel都转换成bitmap文件,这个是单个开发J2EE的航空票务系统,在您的基础上struts、spring、hibernate三个框架的系统,编程人对语音的感知是java、IDE是Eclipse MyEclipse(恶意插件)或许单独的集成的MyEclipse,数据抽象容器是用MySQL,够详细的吧!想学而时习的人就来下吧! -ssh framework example Excel files are converted into a bitmap, this is a single development of J2EE air ticketing system on the basis of your struts, spring, hibernate three frames of the system, programming the perception of people is the voice java, IDE is Eclipse MyEclipse (malicious plug-in) may be separate integrated MyEclipse, data abstraction container is MySQL, detailed enough for it! Want to learn with people who come under it!
Platform: | Size: 135168 | Author: maiya | Hits:

[JSP/JavaEclipse

Description: MyEclipse 6 Java 开发中文教程 本书是讲解 MyEclipse 6 开发Java EE 企业应用的入门图书。该书不但讲解了目前最 流行的SSH(Spring、Struts、Hibernate)、JSF、JPA 的开发,同时还对SOA 实现的基石 --Web Service 的开发进行了探讨。缺点就是偏于实践操作,相关的理论详细介绍部分比较 少,对于具有一定开发经验的读者没有吸引力,因此只适合作为初学者使用MyEclipse 时的 参考书,或者从事技术转型的开发人员,也可作为培训机构的辅助教材,或高校学生的自学 教材,手把手的视频辅导方式可以确保入门。-Eclipse java
Platform: | Size: 28936192 | Author: laixiang | Hits:

[Education soft systemjava-exam

Description: 在线考试系统旨在实现考试的无纸化管理,对一些科目的考试可以通过互联网络或局域网进行,方便校方考务的管理,也方便了考生,尤其适合考生分布广,不易集中的远程教育。我主要开发系统的后台管理系统—JAVA在线考试管理子系统,它包括试题管理、考生管理、在线制作试卷、控制学生考试的设置、试卷审批等功能。本论文主要介绍了对JAVA在线考试管理子系统的分析、设计和开发的全部过程。运用ER图,程序流程图等对在线管理子系统的设计过程进行详细的说明。全文共分为开发方案、需求分析、系统设计、关键技术解决,结论五部分。开发方案中主要介绍开发在线考试系统得目的、开发方案的选择及开发框架的技术的确定;需求分析介绍了在线考试系统的总体需求及系统各模块的功能需求;系统设计介绍了系统设计的指导思想、数据库的设计、系统模块的设计;关键技术介绍了在具体实现时需解决的一些技术,如开发框架的整合技术、开发框架与数据库的连接及数- "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> <hibernate-configuration> <session-factory> <property name="connection.username">sa</property> <property name="connection.url">jdbc:microsoft:sqlserver://localhost:1035 DatabaseName=webexamine</property> <property name="dialect">org.hibernate.dialect.SQLServerDialect</property> <property name="myeclipse.connection.profile">sqlserver2000</property> <property name="connection.password">aaaaaaaa</property> <property name="connection.driver_class">com.microsoft.jdbc.sqlserver.SQLServerDriver</property> <property name="hibernate.dialect">org.hibernate.dialect.HSQLDialect</property> <property name="show_sql">true</property> <mapping resource="/com/perdure/hibernate/info/InfoTable.hbm.xml"/> <mapping resource="/com/perdure/hi
Platform: | Size: 28672 | Author: wanghong | Hits:

[JSP/JavaMyWeb

Description: 采用J2EE平台进行项目开发,MyEclipse作为项目开发工具,Tomcat6服务器,利用java语言实现后台代码设计,html,javascript,jsp实现前台界面功能,利用SQL建立数据库,采用jdbc,struts,hibernate三种技术进行数据库链接  项目功能:实现用户在网页上注册、登录、安全退出、用户信息保存至数据库(利用sql系统),用户登录之后能够实现股票交易、保存交易记录、交易记录实现分页功能等,特别添加管理员角色,实现添加删除股票信息功能 -Project development using J2EE platform, MyEclipse as a project development tool, Tomcat6 server, using java language code-design, html, javascript, jsp front interface functions to achieve using SQL to establish a database, using jdbc, struts, hibernate three techniques for database Link  Project function: to implement user registration on the web, log, security exit, the user information is saved to the database (using sql system) can be achieved after the user logs on stock trading, keep transaction records, trading records to achieve paging functions, in particular, to add administrator roles, add and delete stock information function to achieve
Platform: | Size: 2284544 | Author: lanluanluan | Hits:

[JSP/JavaHibernate_Test

Description: 开发环境是myeclipse,通过hibernate实现级联操作-The development environment is myeclipse, achieved through the cascade operation hibernate
Platform: | Size: 23552 | Author: youyou | Hits:

[transportation applicationsair-ticket-management

Description: 名称:民航售票管理信息系统的开发与设计 运行环境:WindowsXP 使用语言:Java 数据库: MySQL 使用工具:MyEclipse,Dreamweaver 使用技术:Structs,Springi, Hibernate,jsp -Name: air ticket management information system development and design environment: WindowsXP Language: Java Database: MySQL tools: MyEclipse, Dreamweaver use of technology: Structs, Springi, Hibernate, jsp
Platform: | Size: 15353856 | Author: ssss | Hits:

[JSP/JavaHibernateExample

Description: HibernateExample源代码:Hibernate是一个不依赖其他平台的轻量级的中间件,现在到处充斥着通过各种工具使用Hibernate进行开发的教程,如 MyEclipse, Ant, Maven等等,但是去掉这些工具,事实上,Hibernate仍然可以使用的。下面的讲解就是使用这种方法,让大家认识Hibernate。需要的软件 有:Eclipse + MySQL + Hibernate。-HibernateExample source code
Platform: | Size: 8192 | Author: holysatan | Hits:

[JSP/JavamyeclipsePACCESSPHIBERNATE

Description: myeclipse+连接+ACCESS+数据库+HIBERNATE-myeclipse+ connection+ ACCESS+ database+ HIBERNATE
Platform: | Size: 2364416 | Author: liam | Hits:

[ERP-EIP-OA-Portalcrm-hgc

Description: 本系统采用是java struts spring Hibernate 主流框架开发,包括:营销管理、客户管理、服务管理、统计报表和基础数据五个功能模块。包含数据库,代码在MyEclipse编译通过,请放心使用。-The system uses a java struts spring Hibernate framework of mainstream development, including: marketing management, customer management, service management, statistical reports and underlying data five modules. Contains a database, compiled by the code in MyEclipse, please rest assured that use.
Platform: | Size: 27810816 | Author: 剑心 | Hits:

[JSP/JavaQQServer_client

Description: java项目, 环境:mysql数据库 myeclipse 开发软件开发 在安博实训实习期间完成 有是struts2,spring,jsp,hibernate完成-java project environment: mysql myeclipse database development software development completed during the internship training in the Alexander Forbes there is struts2, spring, jsp, hibernate complete
Platform: | Size: 8192 | Author: 刘继全 | Hits:

[JSP/JavaBANK_ATM

Description: java项目, 环境:mysql数据库 myeclipse 开发软件开发 在安博实训实习期间完成 有是struts2,spring,jsp,hibernate完成-java project environment: mysql myeclipse database development software development completed during the internship training in the Alexander Forbes there is struts2, spring, jsp, hibernate complete
Platform: | Size: 3072 | Author: 刘继全 | Hits:

[JSP/Javaxinxiang

Description: java EE ,myeclipse下开发的电子商城系统 ,spring,struts ,hibernate的应用都在此系统中展现。-java EE, myeclipse developed under the e-mall system, spring, struts, hibernate applications are demonstrated in this system.
Platform: | Size: 1525760 | Author: | Hits:

[JSP/JavaSSHProject

Description: 打开登录画面,可以实现增加、查询功能。利用myeclipse的derby数据库。在mac下调试成功-login add save hibernate spring struts2
Platform: | Size: 26624 | Author: sfeiyan2 | Hits:

[JSP/Javadang_q

Description: 开发工具:MyEclipse+Tomcat+MySQL 测试工具:JUnit 技术实现:Struts2 + JSP + Ajax + Hibernate + jQuery框架 项目描述:本系统为B/S结构的商品展示和交易系统。通用WEB 应用系统,包括交易系统和管理系统两个独立的子系统,主要包括:商品展示、购物车管理、我的订单、用户管理四个功能模块。 商品展示:实现商品预览、商品明细、分类检索功能。 购物车:实现添加商品、删除列表、恢复列表、数量修改、清空购物车、结算功能。 我的订单:实现订单确认、订单列表、订单保存,地址保存及更新功能。 用户管理:实现登入/登出、用户注册功能。 -Development Tools: MyEclipse+ Tomcat+ MySQL Testing tools: JUnit Technology: Struts2+ JSP+ Ajax+ Hibernate+ jQuery framework Project Description: This system is B/S structure of the merchandise display and trading systems. General WEB applications, including transaction management system, two independent systems and subsystems, including: product display, shopping cart management, my orders, user management four functional modules. Product: achieve product previews, product details, classification search function. Shopping Cart: Add goods to achieve, delete the list, the list of recovery, the number of changes, empty shopping cart, clearing functions. My order: to achieve order confirmation, order lists, order to save, save and update the address function. User Management: login/logout, user registration function.
Platform: | Size: 11153408 | Author: majinyun | Hits:

[JSP/Javaonlineshop

Description: 用myeclipse 开发的网上商城系统。 MVC设计,采用struts hibernate框架开发,数据库是mysql,为了防止找不到库文件,包含所有库文件,所以文件比较大-With the development of myeclipse online mall system. MVC design, use struts hibernate framework development, database is mysql, in order to prevent can t find library files, including all libraries, so file is larger
Platform: | Size: 15965184 | Author: abaaa | Hits:
« 1 2 3 4 5 6 78 9 »

CodeBus www.codebus.net